Saltar para o conteúdo principal
GET
/
public
/
v1
/
segment-service
/
segments
/
{segment-id}
/
signed-url
[BETA] Get upload users signed url for a segment.
curl --request GET \
  --url https://api.topsort.com/public/v1/segment-service/segments/{segment-id}/signed-url \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Autorizações

Authorization
string
header
obrigatório

A valid API key generated in Topsort's UI.

Parâmetros de caminho

segment-id
string
obrigatório

The ID of the segment.

Parâmetros de consulta

action
enum<string>
padrão:add

The action to perform on the segment. Possible values are 'add', 'remove', or 'replace'. The 'replace' action will first remove all existing users from the segment before adding the new ones.

Opções disponíveis:
add,
remove,
replace

Resposta

Successful Response

url
string<uri>
obrigatório

The presigned URL.

Required string length: 1 - 2083